home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 March / macformat-022.iso / Shareware City / Developers / RSRC Search 1.0b / RSRC Search readme next >
Encoding:
Text File  |  1994-09-29  |  1.1 KB  |  27 lines  |  [TEXT/ttxt]

  1. ==============================
  2. RSRC Search - beta version 1.0
  3. Yair Elharrar, September 1994
  4. ==============================
  5.  
  6. Finds text strings in the resource forks of your files. Very handy for programmers, hackers, power users etc. Just drag and drop a bunch of files on RSRC Search to search them all for the same string, entered in ASCII or Hex.
  7.  
  8. After finding the string, RSRC Search will display the filename, the resource type and ID, and offset in the resource.
  9.  
  10. Note: When looking for hex strings, enter the hex string in hex-digit pairs without any spaces or anything that's not hex digits. There's absolutely no check of any kind for validity of the string so RSRC Search will find for garbage.
  11.  
  12. This is a beta version. Please try it out and let me know what you think.
  13. Bug reports are more than welcome.
  14. E-mail:    yair@erez.cc.biu.ac.il
  15.  
  16. Standard disclaimer applies, i.e. use at your own risk and distribute freely.
  17.  
  18.  
  19. Version History
  20. ---------------
  21.  
  22. 1.0    Added ability to enter the search string in Hex.
  23.     Added Cancel button.
  24.     Added a call to FlushEvents() before exiting.
  25.  
  26. 0.9    First public release.
  27.